home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Entertainment / I don't know what / Battle of Britain Fix / card_2993.txt < prev    next >
Encoding:
Text File  |  1988-04-24  |  2.3 KB  |  85 lines

  1. -- card: 2993 from stack: in
  2. -- bmap block id: 3694
  3. -- flags: 0000
  4. -- background id: 2726
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=14 top=9 right=340 bottom=488
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=79 top=310 right=330 bottom=105
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 21700 / 21700
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Home
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect iris close
  37.   go home
  38. end mouseUp
  39.  
  40.  
  41.  
  42.  
  43. -- part 4 (button)
  44. -- low flags: 00
  45. -- high flags: 8000
  46. -- rect: left=110 top=313 right=333 bottom=209
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: PRINT     CARD
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   print card
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part contents for card part 1
  63. ----- text -----
  64.                                  
  65.                                      Battle of Britain Errata
  66.    An annoying little typo crept into this edition that could prevent your getting your just reward. Here's the fix:
  67.     1. Open the game.  Click "resume game". 
  68.     2. Holding down the command key, hit the "m" key, to get the message 
  69.         window up on the screen.
  70.     3. Type: "edit script of card 13" (don't type the quotes). Hit return. The
  71.         script window should now appear on your screen.
  72.     4. Type a space between the second and third characters of ID1
  73.         (line 17) so that it now reads ID 1. Close the script window.  
  74.     6. Type in the message window: "show card field id 6 of card 13". return
  75.         (remember, no quotes).
  76.     7. Type in the message window: "show card field id 7 of card 13". return
  77.     8. Type in the message window: "edit script of button 1 of card 13". 
  78.         return.
  79.     9. Change the hide field numbers to:  id 1 , id 2  and  id 4 
  80.   10. Close the script window and click on the "quit" button. 
  81.            
  82.   Thats it.                                                                  Rene Vidmer3/24/88
  83.  
  84.  
  85.